It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-09-05 0 9 // 1 2025-09-06 0 1 // 2 2025-09-07 0 3 // 3 2025-09-08 0 4 // 4 2025-09-09 0 7 // 5 2025-09-10 0 12 // 6 2025-09-11 0 0 // 7 2025-09-12 0 0 // 8 2025-09-13 0 0 // 9 2025-09-14 0 3 // 10 2025-09-15 0 1 // 11 2025-09-16 0 3 // 12 2025-09-17 0 1 // 13 2025-09-18 0 3 // 14 2025-09-19 0 3 // 15 2025-09-20 0 2 // 16 2025-09-21 0 1 // 17 2025-09-22 0 3 // 18 2025-09-23 0 4 // 19 2025-09-24 0 3 // 20 2025-09-25 0 0